home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / print / ghostscript2_6_1.lha / amiga.doc < prev    next >
Text File  |  1993-07-25  |  12KB  |  277 lines

  1. GNU Ghostscript 2.6.1 Amiga port
  2. ================================
  3. This port requires:
  4.  
  5. - An  Amiga  equipped  with  an  '020  CPU and an '881 FPU or any successor
  6.   CPU/FPU model and Kickstart 2.04 or higher.
  7.  
  8. - Approx. 4.7 MBytes of hard disk space available.
  9.  
  10. - A  minimum  of 1 MByte of chip memory, depending on what you will want to
  11.   do  with  the  interpreter.  Printer output requires at least 2 MBytes of
  12.   contiguous memory (any memory, not necessarily chip memory).
  13.  
  14. - ixemul.library and a bunch of Postscript/Ghostscript fonts.
  15.  
  16.  
  17. New Amiga features in this release
  18. ----------------------------------
  19. The  v2.6.0 port used to implement only monochrome drivers, the v2.6.1 port
  20. supports  colour  output on most devices, exceptions where noted. You don't
  21. need  a  special  brand  of graphics hardware expansion, colour output will
  22. work  on  any  Amiga  model, provided there is enough memory available. All
  23. devices capable of doing colour output will reduce the number of colours to
  24. be displayed if in dire need of memory. As for the display oriented devices
  25. this will go mostly unnoticed as the Ghostscript halftoning algorithms will
  26. compensate  for  any  colour reductions. However, printer output quality is
  27. very likely to suffer from colour reduction. So, watch out!
  28.    As  the display oriented devices start up in colour output mode, black &
  29. white  rendering  may  be slightly slowed. The printer device is configured
  30. according  to  the  Preferences  settings;  `Black  & white' will result in
  31. monochrome  output,  `Grayscale  1'  and  `Grayscale  2'  will also produce
  32. monochrome  output  but will internally use a true colour representation of
  33. the  page,  so  does  `Color'. Please note that `true colour' refers to the
  34. Amiga  12  bit colour model, at this time of writing 24 bit colour printing
  35. is not yet implemented.
  36.    The  default  output  device  (a  super-bitmap  window  to opened on the
  37. default  public  screen,  such  as  Workbench)  will  take advantage of the
  38. Kickstart  3.0  pen  sharing  feature  if  enough  colours  (eight or more)
  39. available.
  40.  
  41. The v2.6.0 port used to rely on printer drivers to initialize their maximum
  42. page  size  information  upon startup. Several users reported problems with
  43. certain  drivers  which  would  make  this information available only after
  44. having  been  asked  to do so. The v2.6.1 port now follows the programmers'
  45. guidelines  how  to determine the maximum page size closely. The driver may
  46. still  complain  if  configured for `Grayscale 1', `Grayscale 2' or `Color'
  47. output  and  there  is  not  enough  memory  available  for  the page to be
  48. displayed.
  49.  
  50.  
  51. Installation
  52. ------------
  53. Enter  the  command  line interpreter, Create a directory on your hard disk
  54. drive,  label  it "ghostscript". Let's assume that the fully qualified name
  55. of  this  directory  will  be  "Work:ghostscript". Enter this directory and
  56. unpack  the  archives  "gs-2.6.1-amiga.lha"  and "gs-2.6.1-fonts.lha". This
  57. will  create  the  directory "Fonts" which holds all Ghostscript fonts, the
  58. directory  "doc"  which  contains  the Ghostscript documentation files, the
  59. directory "examples" which is to hold some Postscript example files and the
  60. directory   "libs"   which   contains   `ixemul.library'.   Now  edit  your
  61. `S:User-Startup' file, adding the following lines:
  62.  
  63.    Assign ghostscript: "Work:ghostscript"
  64.    Path ghostscript: add
  65.    Assign Libs: ghostscript:libs add
  66.  
  67. Save the file back to disk and reboot your machine.
  68.  
  69.  
  70. Running the interpreter
  71. -----------------------
  72. Enter  the  command  line  interpreter,  type  "gs"  and  press return. The
  73. interpreter   will  be  loaded  and  will  try  to  initialize  itself.  If
  74. successfully initialized, a window should have been opened on the Workbench
  75. screen. The Shell window now should display the following text:
  76.  
  77.    Initializing... done.
  78.    Ghostscript 2.6.1 (5/28/93)
  79.    Copyright (C) 1990-1993 Aladdin Enterprises, Menlo Park, CA.
  80.      All rights reserved.
  81.    Ghostscript comes with NO WARRANTY: see the file COPYING for details.
  82.    GS>
  83.  
  84. At  the  command  prompt,  enter "(ghostscript:examples/golfer.ps) run" and
  85. press  return.  Click  on  the `Zoom' button in the top right corner of the
  86. window  to  bring it to full screen size, move the scrollers and watch what
  87. will  happen. When rendering is finished, the Shell window will display the
  88. following text:
  89.  
  90.    >>showpage, press <return> to continue<<
  91.  
  92. Press  return  to  erase  the  contents  of the window and to continue. The
  93. interpreter  will  be  in  interactive  mode  again, enter "quit" and press
  94. return to end this session.
  95.  
  96. For  more  information  refer to the documentation in the "ghostscript:doc"
  97. drawer.
  98.  
  99.  
  100. How to print a document
  101. -----------------------
  102. As the corresponding Ghostscript device will always keep the entire page in
  103. memory  the  printer need not be capable of strip-printing. The bad news is
  104. that  the  entire page will consume *a lot* of memory. This Amiga port will
  105. keep  the page in any public memory area, so it will not necessarily eat up
  106. precious chip memory. This should make it possible to print pages on Amigas
  107. with  only  1  MByte of chip memory or less, provided enough fast memory is
  108. available.
  109.  
  110. Enter  the  command  line interpreter, type "gs -sDEVICE=amiga_printer" and
  111. press  return.  This  will  invoke  the  Ghostscript  interpreter  with the
  112. "amiga_printer"  device  driver  selected  as  the startup device. When the
  113. command prompt appears, enter "(ghostscript:examples/butterfly.ps) run" and
  114. press return. The rendered image will be sent to the printer. When printing
  115. is finished, press return and enter "quit" to end this session.
  116.  
  117. Note:  unless you want Ghostscript to prompt you to press return after each
  118. page  is  printed and ejected you should include "-dNOPAUSE" on the command
  119. line.
  120.  
  121.  
  122. Available device drivers
  123. ------------------------
  124. This port implements the following seven device drivers:
  125.  
  126.    amiga
  127.  
  128.       (This is the default output device)
  129.  
  130.       Rendering  takes  place  in a super-bitmap window to be opened on the
  131.       Workbench  screen.  This  window  contains  scroller  handles to move
  132.       around in the bitmap. Usually, the bitmap will be four times as large
  133.       as the screen the window opens upon.
  134.  
  135.    amiga_low
  136.  
  137.       Renders into a low-resolution custom screen.
  138.  
  139.    amiga_high
  140.  
  141.       Renders into a high-resolution custom screen.
  142.  
  143.    amiga_super
  144.  
  145.       Renders into a super-high-resolution custom screen.
  146.  
  147.    amiga_a2024¹
  148.  
  149.       Renders into an A2024 resolution custom screen.
  150.  
  151.    amiga_printer
  152.  
  153.       Outputs  pages  on  the  currently  configured  preferences  printer.
  154.       Respects density and resolution settings. Requires a lot of memory to
  155.       run.
  156.  
  157.    amiga_ilbm¹
  158.  
  159.       Will prompt for a file name to save the current page contents to. The
  160.       page  will  be  saved  as  a standard IFF-ILBM picture, including DPI
  161.       information,   suitable   for  postprocessing  using  standard  image
  162.       processing and editing software.
  163.  
  164.  
  165.    ¹) Monochrome output only
  166.  
  167.  
  168. Properties
  169. ----------
  170. With  Ghostscript  2.6.1 one can specify several driver specific options on
  171. the  command  line.  As  for  the Amiga drivers, they support the following
  172. properties:
  173.  
  174. - PageWidth and PageHeight
  175.  
  176.   The  dimensions  of  the  page  to  render  into.  The physical page size
  177.   Ghostscript  will  use  for  rendering is limited by these dimensions. On
  178.   startup  The Amiga drivers will default to a page size roughly equivalent
  179.   to A4 unless different dimensions are specified. The size definitions may
  180.   include  measuring  units  (e.g. "-sPageWidth=21cm"), the following units
  181.   are  supported: pt (points, the default if no unit is given), pc (picas),
  182.   in  (inches),  cm  (centimeters), mm (millimeters), dd (didot points), cc
  183.   (ciceros).
  184.  
  185. - OutputFile
  186.  
  187.   The  amiga_ilbm device pays attention to this property, which it will use
  188.   to  construct  the  output  file  names for pages to be saved with. Thus,
  189.   `-sOutputFile="ram:page"'    yields    the   files   "ram:page0001.ilbm",
  190.   "ram:page0002.ilbm", etc.
  191.  
  192.  
  193. Not all devices will pay attention to DPI page resolutions.
  194.  
  195.  
  196. Installing fonts
  197. ----------------
  198. The   Ghostscript  distribution  includes  a  number  of  public-domain  or
  199. otherwise  freely  distributable  fonts.  However, these are mostly of poor
  200. quality.  In  order  to  install  a  new  font  or to replace a font with a
  201. different one, the following steps are required:
  202.  
  203. 1. The  font  must  be  converted  to  Ghostscript format. For font files in
  204.    BDF-format  (such  as  the  fonts included in the X-Windows distribution)
  205.    this  requires  processing  with  the  "bdftops"  script  file (syntax is
  206.    "bdftops <Source file> <Destination file>"). Fonts in standard ASCII text
  207.    format (".PFA" format) or packed binary file format (".PFB" format), such
  208.    as  most  Adobe-Type-1  hinted outline fonts to be purchased from various
  209.    vendors, need  not  be converted as this is the native format Ghostscript
  210.    expects.
  211.  
  212. 2. Copy  the resulting output file to the "ghostscript:fonts" drawer, choose
  213.    a   suitable   name   (see   the   file  "ghostscript:fontmap"  for  more
  214.    information).
  215.  
  216. 3. Edit  the  file "ghostscript:fontmap" to include the font which will make
  217.    it visible to the interpreter. Read this file carefully as it gives basic
  218.    hints  how  to  name  a  font file and how to edit the corresponding font
  219.    entry.
  220.  
  221.  
  222. The Workbench window
  223. --------------------
  224. The  default output device (the Workbench window) can be controlled both by
  225. mouse and by keyboard:
  226.  
  227.    Cursor  keys  will  move the currently visible area of the page, holding
  228.    down  a  Shift  or  Control  key will increase the size of the scrolling
  229.    steps.
  230.  
  231.    Control+C  and  Escape  will  send the interpreter a signal to terminate
  232.    processing, so does clicking the window close button.
  233.  
  234. By  default  the  page  size  will  always  be  four  times as large as the
  235. currently visible portion of the Workbench screen, see the section entitled
  236. "Page sizes and resolutions" for more information.
  237.  
  238.  
  239. Troubleshooting
  240. ---------------
  241. This  interpreter  implementation  requires a lot of chip memory to run. In
  242. order  to  assure that enough memory will be available, close any Workbench
  243. drawers  or  Shell  windows  which  are  not necessarily require to run the
  244. interpreter.
  245.  
  246. Most  Postscript  documents  use  hard-coded  document page sizes, i.e. the
  247. output  page  size  will not be scaled to fit the currently set output page
  248. size.  In  these  cases  you may want to make use of the Postscript "scale"
  249. operator. Say, you wish to preview the file "butterfly.ps" in just half its
  250. size.  Enter  "0.5  dup  scale" and press return, now enter "(butterfly.ps)
  251. run"  and  press return; et voilà: the butterfly will be rendered just half
  252. as large as usual.
  253.  
  254. Some  documents,  such  as  "porsche.ps",  contain no "showpage" command to
  255. finish  the  batch  job.  In this case, type "showpage" and press return or
  256. enter "erasepage" and press return to clear the page.
  257.  
  258.  
  259. About the Amiga port
  260. --------------------
  261. This  port  is  based  on  Ghostscript  2.6.1. It was implemented using GCC
  262. 2.3.3,  so  you  will  have  to refer to the file "COPYING" for copying and
  263. licensing information.
  264.  
  265.                       This Amiga port was created by:
  266.  
  267.                            Olaf `Olsen' Barthel
  268.                              Brabeckstrasse 35
  269.                              D-30559 Hannover
  270.  
  271.                         Federal Republic of Germany
  272.  
  273.                        eMail: olsen@sourcery.han.de
  274.                               o.barthel@a-link-h.comlink.de
  275.  
  276. The source code is included in the "amiga-src" drawer.
  277.